home *** CD-ROM | disk | FTP | other *** search
- AVAIL(1) DOS COMMANDS AVAIL(1)
-
- NAME
- AVAIL : To report the amount of available CHIP and FAST memory.
-
- SYNOPSIS
- AVAIL [CHIP|FAST|TOTAL]
-
- TEMPLATE
- AVAIL "CHIP/S,FAST/S,TOTAL/S"
-
- PATH
- C:
-
- DESCRIPTION
- AVAIL reports the total amount of free and used RAM memory as well
- as the size of the largest contiguous block of free memory.
- AVAIL also displays the total amount of memory available on the
- system.
-
- OPTIONS
- CHIP : displays the total amount of free CHIP memory.
-
- FAST : displays the total amount of free FAST memory.
-
- TOTAL : displays the total amount of free TOTAL memory.
-
- SEE ALSO
- MERGEMEM, NOFASTMEM.
-
- EXAMPLE
- > AVAIL
- > AVAIL CHIP ; prints the amount of free CHIP memory.
-
-
-
-